Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Macintosh Draw Contexts


Q3MacDrawContext_SetWindow

You can use the Q3MacDrawContext_SetWindow function to set the window associated with a Macintosh draw context.

TQ3Status Q3MacDrawContext_SetWindow (
TQ3DrawContextObject drawContext, 
const CWindowPtr window);
drawContext
A Macintosh draw context object.
window
A pointer to a window.
DESCRIPTION
The Q3MacDrawContext_SetWindow function sets the window associated with the draw context specified by the drawContext parameter to the window specified by the window parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996